home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20020314-20021006 / 000292_fdc@columbia.edu_Fri Aug 16 15:54:29 EDT 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  38 lines

  1. Article: 13623 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: using kermit to initiate update scripts on website
  6. Date: 16 Aug 2002 15:54:04 -0400
  7. Organization: Columbia University
  8. Lines: 21
  9. Message-ID: <ajjl8s$6dm$1@watsol.cc.columbia.edu>
  10. References: <5e716c77.0208160630.7190afdc@posting.google.com>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1029527645 16448 128.59.39.139 (16 Aug 2002 19:54:05 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 16 Aug 2002 19:54:05 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13623
  16.  
  17. In article <5e716c77.0208160630.7190afdc@posting.google.com>,
  18. ken <kenr@compu-trol.com> wrote:
  19. : we use kermit to automatically upload data to a miva website, and
  20. : would like to be able to automate the running of the scripts that
  21. : update the xbase database by hitting a url.  how do i do this? 
  22. :
  23. Let's say you are talking about Kermit 95 on Windows 9x/ME/NT/2000/XP.
  24. In that case it's super-easy.  Give the script the ".ksc" extension,
  25. which is associated with Kermit 95.  Have the URL point to the script,
  26. e.g.:
  27.  
  28.   ftp://kermit.columbia.edu/kermit/scripts/ckermit/helper.ksc
  29.  
  30. or:
  31.  
  32.   http://www.columbia.edu/kermit/helper.ksc
  33.  
  34. Then clicking on the URL runs the script.  If the latter form doesn't
  35. work, check your browser's helper application list.
  36.  
  37. - Frank
  38.